home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / INFO / TUTORII.ZIP / BSHIFT.DAT < prev    next >
Text File  |  1991-11-29  |  420b  |  16 lines

  1. Explanation of the SHIFT command. It is 
  2. a BATCH command.
  3.  
  4. This command changes the position of 
  5. replacable parameters in a batch file.
  6. It will copy the information in the %0-%9 
  7. parameters of the one specified into the 
  8. preceding one.
  9.  
  10. Example:
  11.        To have the information of the 
  12.        paramater %1 copied into the 
  13.        parameter %0 use this command in 
  14.        you Batch file:
  15.            SHIFT 
  16.